File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
- name : Build a binary wheel and a source tarball
24
24
run : |
25
25
python -m build --sdist --wheel --outdir dist/ .
26
- - name : Publish distribution 📦 to Test PyPI
27
- if : github.ref == 'refs/heads/master'
28
- uses : pypa/gh-action-pypi-publish@master
29
- with :
30
- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
31
- repository_url : https://test.pypi.org/legacy/
26
+ # - name: Publish distribution 📦 to Test PyPI
27
+ # if: github.ref == 'refs/heads/master'
28
+ # uses: pypa/gh-action-pypi-publish@master
29
+ # with:
30
+ # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31
+ # repository_url: https://test.pypi.org/legacy/
32
32
- name : Publish distribution 📦 to PyPI
33
33
if : startsWith(github.ref, 'refs/tags')
34
34
uses : pypa/gh-action-pypi-publish@master
You can’t perform that action at this time.
0 commit comments