Skip to content

Commit 2c75e81

Browse files
authored
Merge pull request #148 from rcjackson/v220
FIX: Update artifact versions in PyPI build.
2 parents 13e1483 + 872a709 commit 2c75e81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
if: github.event_name == 'release'
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v4
65+
- uses: actions/download-artifact@v4.1.7
6666
with:
6767
name: releases
68-
path: dist/*
68+
path: dist
6969
- name: Publish package to PyPI
70-
uses: pypa/gh-action-pypi-publish@v1.10.2
70+
uses: pypa/gh-action-pypi-publish@v1.13.0
7171
with:
7272
user: __token__
7373
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)