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 a45a55c commit 01c5d18Copy full SHA for 01c5d18
.github/workflows/manual-publish-version.yml
@@ -25,7 +25,7 @@ jobs:
25
cd howlongtobeatpy
26
python3 -m build
27
- name: Store the distribution packages
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: python-package-distributions
31
path: howlongtobeatpy/dist/
@@ -42,10 +42,10 @@ jobs:
42
id-token: write # IMPORTANT: mandatory for trusted publishing
43
steps:
44
- name: Download all the dists
45
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
46
47
48
path: dist/
49
- name: Publish distribution 📦 to PyPI
50
uses: pypa/gh-action-pypi-publish@release/v1
51
-
+
0 commit comments