Skip to content

Commit

Permalink
Merge pull request #10 from dimitrismistriotis/update_pypi_from_action
Browse files Browse the repository at this point in the history
Update pypi from action
  • Loading branch information
dimitrismistriotis committed Aug 17, 2022
2 parents e8f512b + 00ae4db commit 2ce25d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# https://futurestud.io/tutorials/github-actions-run-a-workflow-when-creating-a-tag
#
name: "Release (dry-run)"
name: "Release"
on:
push:
tags:
Expand Down 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 2ce25d9

Please sign in to comment.