Skip to content

Commit

Permalink
chore: enable publish to pypi without testpypi (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 22, 2023
1 parent c9fc4c7 commit c0d2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Upload to real PyPI on GitHub Releases.
release-pypi:
name: Publish released package to pypi.org
needs: release-test-pypi
needs: build-package
environment:
name: pypi
url: https://pypi.org/p/invert4geom
Expand Down

0 comments on commit c0d2969

Please sign in to comment.