FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jigsawstack-python/.github/workflows/publish.yml at main · InterfazeAI/jigsawstack-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
InterfazeAI
/
jigsawstack-python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
20
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
jigsawstack-python
/
.github
/
workflows
/
publish.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (28 loc) · 786 Bytes
Breadcrumbs
jigsawstack-python
/
.github
/
workflows
/
publish.yml
Copy path
File metadata and controls
29 lines (28 loc) · 786 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
name
:
Deploy JigsawStack Package to PyPI when a Release is Created
on
:
release
:
types
:
[created]
jobs
:
pypi-publish
:
name
:
Publish release to PyPI
runs-on
:
ubuntu-latest
environment
:
name
:
pypi
url
:
https://pypi.org/p/jigsawstack
permissions
:
id-token
:
write
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Python
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.x
"
-
name
:
Install dependencies
run
:
|
python -m pip install --upgrade pip
pip install setuptools wheel
-
name
:
Build package
run
:
|
python setup.py sdist bdist_wheel
-
name
:
Publish package distributions to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
Back
|
FazBrowse Home
|
New Git URL