Skip to content

Commit

Permalink
First, attempt to release to test PyPi, then publish to PyPi
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Apr 28, 2023
1 parent 7ef8352 commit fd7b1bc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ jobs:
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
print_hash: true
print-hash: true

- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
with:
print-hash: true

0 comments on commit fd7b1bc

Please sign in to comment.