Skip to content

Commit 2aab4ef

Browse files
committed
small enhancements of publish CI action
1 parent 26d25dd commit 2aab4ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Upload Python Package
9+
name: ⬆️ Upload Python Package
1010

1111
on:
1212
release:
@@ -17,8 +17,10 @@ permissions:
1717

1818
jobs:
1919
deploy:
20-
2120
runs-on: ubuntu-latest
21+
environment:
22+
name: pypi
23+
url: https://pypi.org/p/ayon-python-api
2224

2325
steps:
2426
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)