We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a18c7 commit e6220ffCopy full SHA for e6220ff
.github/workflows/pythonpublish.yml
@@ -18,10 +18,10 @@ jobs:
18
- name: Build a binary wheel and a source tarball
19
run: python -m build
20
- name: Store the distribution packages
21
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
22
with:
23
- name: python-package-distributions
24
- path: dist/*
+ name: release-dists
+ path: dist/
25
publish:
26
name: >-
27
Publish to PyPI
@@ -34,9 +34,9 @@ jobs:
34
id-token: write
35
steps:
36
- name: Download all the dists
37
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
38
39
40
path: dist/
41
- name: Publish package distributions to PyPI
42
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments