We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36cf80 commit 0e23d7bCopy full SHA for 0e23d7b
.github/workflows/pypi-ci.yml
@@ -37,13 +37,13 @@ jobs:
37
run: python -m build --sdist --wheel --outdir dist/ .
38
39
- name: Create a File
40
- run: echo "{{ matrix.os }}" > file-${{ matrix.os }}.txt
+ run: echo "{{ matrix.os }}" > file-${{ matrix.os }}
41
42
- name: Upload artifacts
43
uses: actions/upload-artifact@v4
44
with:
45
name: dist-${{ matrix.os }}
46
- path: file-${{ matrix.os }}.txt
+ path: file-${{ matrix.os }}
47
48
deploy_test_PyPI:
49
name: 📦 Deploy to TestPyPI
0 commit comments