Skip to content

Commit

Permalink
Update pypi-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Nov 22, 2023
1 parent d943e42 commit 94345d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
python -m pip install dist/VirtualFleet*.whl
- name: Publish package to TestPyPI
if: github.event_name == 'push'
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 94345d3

Please sign in to comment.