Skip to content

Commit db899f5

Browse files
committed
fix upload
1 parent db6ed20 commit db899f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python_packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,10 @@ jobs:
246246
upload_pypi:
247247
needs: [build_windows_wheels, build_linux_wheels_manylinux_2_28, build_linux_wheels_manylinux2014, build_linux_wheels_musllinux_x86_64, build_macos_wheels, build_macos_arm64_wheels, build_sdist]
248248
runs-on: ubuntu-latest
249-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
249+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
250250
steps:
251-
- uses: actions/download-artifact@v4.1.7
251+
- uses: actions/download-artifact@v4
252252
with:
253-
name: artifact
254253
pattern: dist-*
255254
merge-multiple: true
256255
path: dist

0 commit comments

Comments
 (0)