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.
TAG
1 parent 9d9baec commit bf3b347Copy full SHA for bf3b347
1 file changed
.github/workflows/publish-to-pypi-on-new-tag.yml
@@ -2,7 +2,7 @@ name: Publish to PyPI on new release
2
3
on:
4
release:
5
- types: [published, edited]
+ types: [published]
6
7
jobs:
8
publish:
@@ -13,7 +13,7 @@ jobs:
13
contents: read
14
steps:
15
- run: |
16
- TAG="${{ github.event.release.tag_name }}"
+ TAG="find-project-root-2.1.1"
17
PROJECT="${TAG%-*}"
18
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
19
- uses: actions/checkout@v6.0.2
0 commit comments