Skip to content

Commit 49d71bb

Browse files
committed
Try just releasing new package
1 parent ddd0f93 commit 49d71bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build a binary wheel and a source tarball
2424
run: python3 -m build
2525
- name: Store the distribution packages
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: python-package-distributions
2929
path: dist/
@@ -36,14 +36,14 @@ jobs:
3636

3737
environment:
3838
name: testpypi
39-
url: https://test.pypi.org/p/example_package_samuelhomberg
39+
url: https://test.pypi.org/p/example_package_samuelhomberg2
4040

4141
permissions:
4242
id-token: write # IMPORTANT: mandatory for trusted publishing
4343

4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Download all the dists
69-
uses: actions/download-artifact@v3
69+
uses: actions/download-artifact@v4
7070
with:
7171
name: python-package-distributions
7272
path: dist/

0 commit comments

Comments
 (0)