Skip to content

Commit 7afd03e

Browse files
committed
Attempt testing pypi-upload
1 parent 7c9c053 commit 7afd03e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/test_publish_pure_python.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,19 @@ jobs:
2929
test_command: python -c "import os; assert os.getenv('CUSTOM_VAR') == 'custom value'"
3030
env: |
3131
CUSTOM_VAR: custom value
32+
33+
34+
test-upload-external:
35+
name: Use built dists and test upload
36+
runs-on: ubuntu-latest
37+
needs: [setenv]
38+
steps:
39+
- name: Download artifacts
40+
uses: actions/download-artifact@v5
41+
with:
42+
merge-multiple: true
43+
pattern: dist-*
44+
path: dist
45+
46+
- name: Run upload (but don't actually upload)
47+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)