Skip to content

Commit 09fbe8e

Browse files
authored
Update publish-to-pypi.yml
1 parent 68624f2 commit 09fbe8e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@ jobs:
105105
if: ${{ !startsWith(github.ref, 'refs/tags') }}
106106
needs:
107107
- build
108-
runs-on: ${{ matrix.os }}
109-
strategy:
110-
matrix:
111-
os: [ubuntu-latest]
112-
python-version: ['3.10']
108+
runs-on: ubuntu-latest
113109

114110
environment:
115111
name: testpypi
@@ -127,6 +123,4 @@ jobs:
127123
- name: Publish distribution to TestPyPI
128124
uses: pypa/gh-action-pypi-publish@release/v1
129125
with:
130-
user: __token__
131-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
132126
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)