Skip to content

Commit e00895f

Browse files
authored
Merge pull request #865 from bhilbert4/fix-pypi-upload
Fix pypi url in build GA
2 parents 27b09e6 + 99b1c34 commit e00895f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Settings > Environments > pypi > Add required reviewers
8585
environment:
8686
name: pypi
87-
url: https://pypi.org/p/{{ cookiecutter.package_name }}
87+
url: https://pypi.org/p/mirage
8888
steps:
8989
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9090
with:

0 commit comments

Comments
 (0)