Skip to content

Commit

Permalink
Pin pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Nov 22, 2024
1 parent 4d96435 commit 48c1ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:

- name: Publish package to WPILib artifactory
if: steps.check.outputs.should_build == 'true' && github.event_name == 'push' && github.event.ref == 'refs/heads/2025'
uses: pypa/gh-action-pypi-publish@release/v1
# https://github.com/pypa/gh-action-pypi-publish/issues/300
uses: pypa/gh-action-pypi-publish@release/v1.11
with:
user: ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
password: ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
Expand Down

0 comments on commit 48c1ee8

Please sign in to comment.