We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68624f2 commit 09fbe8eCopy full SHA for 09fbe8e
.github/workflows/publish-to-pypi.yml
@@ -105,11 +105,7 @@ jobs:
105
if: ${{ !startsWith(github.ref, 'refs/tags') }}
106
needs:
107
- build
108
- runs-on: ${{ matrix.os }}
109
- strategy:
110
- matrix:
111
- os: [ubuntu-latest]
112
- python-version: ['3.10']
+ runs-on: ubuntu-latest
113
114
environment:
115
name: testpypi
@@ -127,6 +123,4 @@ jobs:
127
123
- name: Publish distribution to TestPyPI
128
124
uses: pypa/gh-action-pypi-publish@release/v1
129
125
with:
130
- user: __token__
131
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
132
126
repository-url: https://test.pypi.org/legacy/
0 commit comments