File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments