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 6d3c473 commit 8de102dCopy full SHA for 8de102d
.github/workflows/check.yml
@@ -73,24 +73,3 @@ jobs:
73
run: python -m tox -e ${{ matrix.tox_env }}
74
env:
75
UPGRADE_ADVISORY: "yes"
76
-
77
- publish:
78
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
79
- needs: [check, test]
80
- runs-on: ubuntu-22.04
81
- steps:
82
- - name: setup python to build package
83
- uses: actions/setup-python@v4
84
- with:
85
- python-version: "3.11"
86
- - name: install build
87
- run: python -m pip install build
88
- - uses: actions/checkout@v3
89
- - name: build package
90
- run: python -m build --sdist --wheel . -o dist
91
- - name: publish to PyPI
92
- uses: pypa/[email protected]
93
94
- skip_existing: true
95
- user: __token__
96
- password: ${{ secrets.pypi_password }}
0 commit comments