Skip to content

Commit 29a97fb

Browse files
authored
Debug Publishing #8
Publishing: * Update publish.yml - debug urls
1 parent 5eca544 commit 29a97fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
environment:
1313
name: deployment
14-
url: https://pypi.org/p/treescriptify
1514

1615
permissions:
1716
contents: read
@@ -55,5 +54,5 @@ jobs:
5554
- name: Publish package distributions to PyPI
5655
uses: pypa/gh-action-pypi-publish@release/v1
5756
with:
58-
repository-url: https://pypi.org/p/treescriptify
57+
repository-url: https://pypi.org/p/treescriptify/
5958
print-hash: true

0 commit comments

Comments
 (0)