Skip to content

Commit

Permalink
Upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrismistriotis committed Aug 17, 2022
1 parent 8f58c8d commit 00ae4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- run: python setup.py sdist
# Note: if version from tag and one from within setup.py do not match,
# next step will fail. Let it as is for an additional check.
- run: twine check "dist/alt-profanity-check-${{ steps.get_version.outputs.VERSION }}.tar.gz"
- run: twine upload "dist/alt-profanity-check-${{ steps.get_version.outputs.VERSION }}.tar.gz"

0 comments on commit 00ae4db

Please sign in to comment.