FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FastAPI-JSONAPI/.github/workflows/python-publish.yml at main · srepmub/FastAPI-JSONAPI · GitHub
srepmub
/
FastAPI-JSONAPI
Public
forked from
mts-ai/FastAPI-JSONAPI
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
FastAPI-JSONAPI
/
.github
/
workflows
/
python-publish.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (25 loc) · 681 Bytes
Breadcrumbs
FastAPI-JSONAPI
/
.github
/
workflows
/
python-publish.yml
Copy path
File metadata and controls
34 lines (25 loc) · 681 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
name
:
🚀 Publish to PyPI
on
:
release
:
types
:
[published]
permissions
:
contents
:
read
jobs
:
pypi-publish
:
if
:
${{ !github.event.act }}
#
skip during local actions testing
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python 🐍
uses
:
actions/setup-python@v3
with
:
python-version
:
'
3.12
'
-
name
:
Install Hatch 🐣
run
:
pip install --upgrade pip setuptools wheel twine "hatch==1.7.0"
-
name
:
Build 🔨
run
:
hatch build
-
name
:
🚀 Publish
env
:
TWINE_USERNAME
:
__token__
TWINE_PASSWORD
:
${{ secrets.PYPI_PASSWORD }}
run
:
twine upload dist/*
Back
|
FazBrowse Home
|
New Git URL