FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
platform_api_python_client/.github/workflows/publish.yml at main · CentML/platform_api_python_client · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CentML
/
platform_api_python_client
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
platform_api_python_client
/
.github
/
workflows
/
publish.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
35 lines (33 loc) · 829 Bytes
Breadcrumbs
platform_api_python_client
/
.github
/
workflows
/
publish.yml
Copy path
File metadata and controls
35 lines (33 loc) · 829 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name
:
publish
on
:
release
:
types
:
[published]
jobs
:
publish
:
runs-on
:
ubuntu-latest
permissions
:
id-token
:
write
steps
:
-
uses
:
actions/checkout@v3
-
name
:
setup-python
uses
:
actions/setup-python@v3
with
:
python-version
:
"
3.11
"
architecture
:
"
x64
"
-
name
:
install pypa/build
run
:
>-
python -m
pip install
build
--user
-
name
:
build sdist(tarball) and bdist(wheel) to dist/
run
:
>-
#
= python -m build . works the same way by default
python -m
build
--sdist
--wheel
--outdir dist/
-
name
:
publish to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
with
:
repository-url
:
https://upload.pypi.org/legacy/
Back
|
FazBrowse Home
|
New Git URL