Skip to content

Commit acf2f00

Browse files
committed
fix: remove extra file
1 parent 699973c commit acf2f00

File tree

2 files changed

+6
-45
lines changed

2 files changed

+6
-45
lines changed

.github/workflows/CD-publish_to_pypi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
--outdir dist/
3535
.
3636
37+
- name: Publish distribution 📦 to Test PyPI
38+
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41+
repository_url: https://test.pypi.org/legacy/
42+
3743
- name: Publish distribution 📦 to PyPI
3844
# if: startsWith(github.ref, 'refs/tags')
3945
uses: pypa/gh-action-pypi-publish@release/v1

infer.py

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)