File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -122,22 +122,12 @@ jobs:
122122 runs-on : ubuntu-latest
123123 if : contains(github.ref, 'refs/tags/') && github.repository_owner == 'wpilibsuite'
124124 steps :
125- - uses : actions/checkout@v3
126- with :
127- fetch-depth : 0
128- - name : Set up Python
129- uses : actions/setup-python@v4
130- with :
131- python-version : ' 3.x'
132- cache : pip
133- cache-dependency-path : dev-requirements.txt
134125 - name : Download wheel artifact
135126 uses : actions/download-artifact@v3
136127 with :
137128 name : my-wheel
138129 path : dist
139130 - name : Publish a Python distribution to PyPI
140- uses : pypa/gh-action-pypi-publish@master
131+ uses : pypa/gh-action-pypi-publish@release/v1
141132 with :
142- user : __token__
143133 password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments