Skip to content

Commit

Permalink
🚀 Deploy to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Nov 22, 2023
1 parent 4afe6e9 commit 7b9e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyfiction-pypi-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
needs: [ build_wheels, build_sdist ]
runs-on: ubuntu-latest
name: Publish to PyPI
if: github.event_name == 'release' && github.event.action == 'published'
# if: github.event_name == 'release' && github.event.action == 'published'
steps:
- name: Download the previously stored artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 7b9e55b

Please sign in to comment.