Skip to content

Commit

Permalink
more deployment modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislupp committed Feb 24, 2024
1 parent a7a92be commit 2e91be9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 2e91be9

Please sign in to comment.