Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
szastupov committed Mar 12, 2023
1 parent 1e82a3d commit 9b58e58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -6,7 +6,9 @@ on:
- master

jobs:
- name: pypi-publish
publish:
steps:
- name: pypi-publish
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.7.1
with:
Expand Down

0 comments on commit 9b58e58

Please sign in to comment.