Skip to content

Commit 0bd3df5

Browse files
committed
Set package name
1 parent de3ccad commit 0bd3df5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
22

33
on:
4-
release:
54
push:
6-
tags:
7-
- "v*"
8-
pull_request:
95
workflow_dispatch:
106

117
jobs:
@@ -44,7 +40,7 @@ jobs:
4440
runs-on: ubuntu-latest
4541
environment:
4642
name: pypi
47-
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
43+
url: https://pypi.org/p/rqadeforestation # Replace <package-name> with your PyPI project name
4844
permissions:
4945
id-token: write # IMPORTANT: mandatory for trusted publishing
5046

@@ -65,7 +61,7 @@ jobs:
6561

6662
environment:
6763
name: testpypi
68-
url: https://test.pypi.org/p/<package-name>
64+
url: https://test.pypi.org/p/rqadeforestation
6965

7066
permissions:
7167
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)