Skip to content

Commit

Permalink
Publish to production PyPI on release (#224)
Browse files Browse the repository at this point in the history
Oopsie in #222
  • Loading branch information
zanieb authored Oct 1, 2024
1 parent 7c7371e commit a59c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml
uv build
uv publish --publish-url https://test.pypi.org/legacy/
uv publish
release-scenarios:
name: Publish scenarios
Expand Down

0 comments on commit a59c274

Please sign in to comment.