Skip to content

Commit 4e20362

Browse files
Revert "temp test download step"
This reverts commit 9c1a0b7.
1 parent 9c1a0b7 commit 4e20362

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/wheels.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,10 @@ jobs:
220220
upload_wheels
221221
222222
publish:
223-
# if: >
224-
# github.repository == 'pandas-dev/pandas' &&
225-
# github.event_name == 'release' &&
226-
# startsWith(github.ref, 'refs/tags/v')
223+
if: >
224+
github.repository == 'pandas-dev/pandas' &&
225+
github.event_name == 'release' &&
226+
startsWith(github.ref, 'refs/tags/v')
227227
228228
needs:
229229
- build_sdist
@@ -250,11 +250,10 @@ jobs:
250250
find dist -name '*pyodide*.whl' -prune -o \
251251
-name '*.whl' -exec mv {} upload/ \;
252252
find dist -name '*.tar.gz' -exec mv {} upload/ \;
253-
ls -l upload
254253
255-
# - name: Publish to **PyPI** (Trusted Publishing)
256-
# uses: pypa/gh-action-pypi-publish@release/v1
257-
# with:
258-
# repository-url: https://upload.pypi.org/legacy/
259-
# packages-dir: upload
260-
# skip-existing: true
254+
- name: Publish to **PyPI** (Trusted Publishing)
255+
uses: pypa/gh-action-pypi-publish@release/v1
256+
with:
257+
repository-url: https://upload.pypi.org/legacy/
258+
packages-dir: upload
259+
skip-existing: true

0 commit comments

Comments
 (0)