Skip to content

Commit

Permalink
ci: Pin PyPI publish action to v1 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Oct 23, 2022
1 parent abfc315 commit 93148a6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/workflow.yml
Expand Up @@ -122,22 +122,12 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
cache: pip
cache-dependency-path: dev-requirements.txt
- name: Download wheel artifact
uses: actions/download-artifact@v3
with:
name: my-wheel
path: dist
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 93148a6

Please sign in to comment.