Skip to content

Commit

Permalink
Merge pull request #41 from phoenixnap/hotfix/fix-publish-step
Browse files Browse the repository at this point in the history
Fixed step
  • Loading branch information
valerioponte authored Apr 25, 2023
2 parents faea2b9 + e23256a commit f20fd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: "Publish Package"
if: ${{ !inputs.dry_run }}
run: |
cd ${{ needs.check-release.outputs.package }}
cd ${{ inputs.package_to_publish }}
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_KEY }}

0 comments on commit f20fd77

Please sign in to comment.