Skip to content

Commit 342c362

Browse files
authored
Update pypi.yml (#112)
* Update pypi.yml * Downgrade upload-artifact * Switch to real pypi
1 parent 1885ce8 commit 342c362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CIBW_BUILD: ${{ matrix.python-version }}-*
5050
CIBW_SKIP: "cp36-* cp37-* pp* *musllinux* *manylinux1* *-win32 *linux_i686 *linux_aarch64 *linux_ppc64le *linux_s390x"
5151

52-
- uses: actions/upload-artifact@v4.3.4
52+
- uses: actions/upload-artifact@v3
5353
with:
5454
path: ./wheelhouse/*.whl
5555

@@ -62,7 +62,7 @@ jobs:
6262
- name: Build sdist
6363
run: pipx run build --sdist
6464

65-
- uses: actions/upload-artifact@v4.3.4
65+
- uses: actions/upload-artifact@v3
6666
with:
6767
path: dist/*.tar.gz
6868

0 commit comments

Comments
 (0)