Skip to content

Commit

Permalink
Add shell context for GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Aug 29, 2024
1 parent c603ff4 commit 4a3a8ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
echo "::notice title=DryRun::Setting dry run to false for '${{ github.event_name }}' event"
echo "dry_run=false" >> $GITHUB_ENV
fi
shell: bash
- uses: thevickypedia/pypi-publisher@v3
with:
token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 4a3a8ea

Please sign in to comment.