Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 41fcb21

Browse files
committed
ci(dist): Fill missing environment details
1 parent d794358 commit 41fcb21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Upload release to PyPI
1414
runs-on: ubuntu-latest
1515
environment:
16-
name: pypi
17-
url: https://pypi.org/p/<your-pypi-project-name>
16+
name: pypi-dist
17+
url: https://pypi.org/p/symconstraints
1818
permissions:
1919
id-token: write # This permission is mandatory for trusted publishing
2020
steps:

0 commit comments

Comments
 (0)