Skip to content

Commit

Permalink
Remove file format
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero authored Nov 19, 2024
1 parent b36cf80 commit 0e23d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/ .

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

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}
path: file-${{ matrix.os }}.txt
path: file-${{ matrix.os }}

deploy_test_PyPI:
name: 📦 Deploy to TestPyPI
Expand Down

0 comments on commit 0e23d7b

Please sign in to comment.