File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 88jobs :
99 pypi :
1010 name : Publish to PyPI registry
11- environment : release
11+ environment :
12+ name : pypi
13+ url : https://pypi.org/p/pytest-testinfra
1214 runs-on : ubuntu-22.04
13-
15+ permissions :
16+ id-token : write
1417 env :
1518 FORCE_COLOR : 1
1619 PY_COLORS : 1
17-
1820 steps :
1921 - uses : actions/checkout@v4
20- with :
21- fetch-depth : 0 # needed by setuptools-scm
2222 - name : Switch to using Python 3.11 by default
2323 uses : actions/setup-python@v5
2424 with :
3131 run : |
3232 tox -e packaging
3333 - name : Publish to pypi.org
34- if : >- # "create" workflows run separately from "push" & "pull_request"
35- github.event_name == 'release'
3634 uses : pypa/gh-action-pypi-publish@release/v1
37- with :
38- password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments