Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
ci: add workflow_dispatch and fix release environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jun 2, 2024
1 parent 8e6b113 commit 956c072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish qsv-duct distribution to PyPI
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
name: release
url: https://pypi.org/p/qsv-duct # Replace <package-name> with your PyPI project name
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down

0 comments on commit 956c072

Please sign in to comment.