Skip to content

Commit 0e23d7b

Browse files
authored
Remove file format
1 parent b36cf80 commit 0e23d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/pypi-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: python -m build --sdist --wheel --outdir dist/ .
3838

3939
- name: Create a File
40-
run: echo "{{ matrix.os }}" > file-${{ matrix.os }}.txt
40+
run: echo "{{ matrix.os }}" > file-${{ matrix.os }}
4141

4242
- name: Upload artifacts
4343
uses: actions/upload-artifact@v4
4444
with:
4545
name: dist-${{ matrix.os }}
46-
path: file-${{ matrix.os }}.txt
46+
path: file-${{ matrix.os }}
4747

4848
deploy_test_PyPI:
4949
name: 📦 Deploy to TestPyPI

0 commit comments

Comments
 (0)