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 36feb8a commit 0a53ceaCopy full SHA for 0a53cea
.github/workflows/publish-to-pypi.yml
@@ -70,14 +70,9 @@ jobs:
70
twine check dist/*
71
72
publish-to-pypi:
73
- needs: build
74
name: Publish to PyPI
+ needs: build
75
runs-on: ubuntu-latest
76
- environment:
77
- name: pypi
78
- url: https://pypi.org/p/libcrypto
79
- permissions:
80
- id-token: write
81
steps:
82
- name: Download distribution artifacts
83
uses: actions/download-artifact@v4
@@ -93,10 +88,10 @@ jobs:
93
88
verbose: true
94
89
95
90
create-github-release:
96
- needs: publish-to-pypi
97
91
name: Create GitHub Release
92
+ needs: publish-to-pypi
98
99
- if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
+ if: github.event_name == 'workflow_dispatch'
100
permissions:
101
contents: write
102
0 commit comments