We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdda9cd + fe76bc9 commit 7e73064Copy full SHA for 7e73064
.github/workflows/python-publish.yml
@@ -6,7 +6,7 @@
6
# separate terms of service, privacy policy, and support
7
# documentation.
8
9
-name: Upload Python Package
+name: ⬆️ Upload Python Package
10
11
on:
12
release:
@@ -17,8 +17,10 @@ permissions:
17
18
jobs:
19
deploy:
20
-
21
runs-on: ubuntu-latest
+ environment:
22
+ name: pypi
23
+ url: https://pypi.org/p/ayon-python-api
24
25
steps:
26
- uses: actions/checkout@v3
setup.py
@@ -10,7 +10,7 @@
exec(open(VERSION_PATH).read(), _version_content)
setup(
13
- name="ayon-python-api",
+ name="ayon_api",
14
version=_version_content["__version__"],
15
py_modules=["ayon_api"],
16
packages=["ayon_api"],
0 commit comments