File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8- build :
8+ build-and-publish :
99 runs-on : ubuntu-latest
10+ environment :
11+ name : pypi
12+ url : https://pypi.org/p/wiremock
13+ permissions :
14+ id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1015 steps :
1116 - uses : actions/checkout@v3
1217 - name : Set up Python
1924 run : poetry install
2025 - name : Build distributions
2126 run : poetry build
22-
23- pypi-publish :
24- name : Upload release to PyPI
25- runs-on : ubuntu-latest
26- environment :
27- name : pypi
28- url : https://pypi.org/p/wiremock
29- permissions :
30- id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
31- steps :
32- - name : Publish package distributions to PyPI
27+ - name : Publish to PyPI
3328 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments