Skip to content

Commit 95fd607

Browse files
author
matmoncon
committed
ci: Update release workflow
1 parent ca9a266 commit 95fd607

File tree

3 files changed

+2
-816
lines changed

3 files changed

+2
-816
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,3 @@ jobs:
135135
uses: python-semantic-release/python-semantic-release@master
136136
with:
137137
github_token: ${{ secrets.GITHUB_TOKEN }}
138-
139-
- name: Publish package distributions to PyPI
140-
id: pypi-publish
141-
142-
if: steps.release.outputs.released == 'true'
143-
uses: pypa/gh-action-pypi-publish@release/v1
144-
with:
145-
verbose: true
146-
user: ${{ secrets.PYPI_USERNAME }}
147-
password: ${{ secrets.PYPI_PASSWORD }}
148-
149-
- name: Publish package distributions to GitHub Releases
150-
id: github-release
151-
152-
if: steps.release.outputs.released == 'true'
153-
uses: python-semantic-release/upload-to-gh-release@main
154-
with:
155-
github_token: ${{ secrets.GITHUB_TOKEN }}
156-
tag: ${{ steps.release.outputs.tag }}

0 commit comments

Comments
 (0)