File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 8181 run : tox -vv --notest -e ${{ matrix.tox_env }}
8282 - name : Run test suite
8383 run : tox --skip-pkg-install -e ${{ matrix.tox_env }}
84-
85- publish :
86- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
87- needs : [ test, check ]
88- runs-on : ubuntu-latest
89- steps :
90- - name : Setup python to build package
91- uses : actions/setup-python@v4
92- with :
93- python-version : " 3.11"
94- - name : Install build
95- run : python -m pip install build
96- - uses : actions/checkout@v3
97- with :
98- fetch-depth : 0
99- - name : Build sdist and wheel
100- run : python -m build -s -w . -o dist
101- - name : Publish to PyPi
102- 103- with :
104- skip_existing : true
105- user : __token__
106- password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments