Skip to content

Commit

Permalink
Fix release process (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran authored Aug 6, 2024
1 parent 62251c1 commit 464dfb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Publish packages to test.pypi.org
# environment: publish-test-pypi
if: |
github.repository_owner == 'tiran' && (
github.repository_owner == 'python-wheel-build' && (
github.event.action == 'published' ||
(github.event_name == 'push' && github.ref == 'refs/heads/main')
)
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: Publish release to pypi.org
# environment: publish-pypi
if: |
github.repository_owner == 'tiran' && github.event.action == 'published'
github.repository_owner == 'python-wheel-build' && github.event.action == 'published'
permissions:
# see https://docs.pypi.org/trusted-publishers/
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test = [
]

[project.urls]
Repository = "https://github.com/tiran/elfdeps"
Repository = "https://github.com/python-wheel-build/elfdeps"

[project.scripts]
elfdeps = "elfdeps.__main__:main"
Expand Down

0 comments on commit 464dfb9

Please sign in to comment.