FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphql-server/.github/workflows/deploy.yml at python3.12 · graphql-python/graphql-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-python
/
graphql-server
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
134
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
graphql-server
/
.github
/
workflows
/
deploy.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 550 Bytes
Breadcrumbs
graphql-server
/
.github
/
workflows
/
deploy.yml
Copy path
File metadata and controls
26 lines (23 loc) · 550 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
name
:
🚀 Deploy to PyPI
on
:
push
:
tags
:
-
'
v*
'
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
uses
:
actions/setup-python@v4
with
:
python-version
:
"
3.11
"
-
name
:
Build wheel and source tarball
run
:
|
pip install wheel
python setup.py sdist
-
name
:
Publish a Python distribution to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
with
:
user
:
__token__
password
:
${{ secrets.pypi_password }}
Back
|
FazBrowse Home
|
New Git URL