Skip to content

Commit 8cb827b

Browse files
Add test pypi password
1 parent 36b041f commit 8cb827b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Upload artifacts
3232
# working-directory: ${{ inputs.pyproject-directory }}
33-
uses: actions/upload-artifact@v4.6.1
33+
uses: actions/upload-artifact@v6.0.0
3434
with:
3535
name: dist
3636
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Download artifacts
4747
# working-directory: ${{ inputs.pyproject-directory }}
48-
uses: actions/download-artifact@v4.2.0
48+
uses: actions/download-artifact@v7.0.0
4949
with:
5050
name: dist
5151
path: dist
@@ -59,7 +59,8 @@ jobs:
5959
if: github.event_name == 'push' && github.ref_name == 'test-publish'
6060
uses: pypa/gh-action-pypi-publish@v1.13.0
6161
with:
62-
repository_url: https://test.pypi.org/legacy/
62+
password: ${{ secrets.TEST_PYPI_PASSWORD }}
63+
repository-url: https://test.pypi.org/legacy/
6364

6465
- name: Publish distribution to PRODUCTION PyPI
6566
# working-directory: ${{ inputs.pyproject-directory }}

0 commit comments

Comments
 (0)