FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-barcode/publish-release.yaml at main · WhyNotHugo/python-barcode · GitHub
WhyNotHugo
/
python-barcode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
138
Star
656
Code
Issues
47
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-barcode
/
publish-release.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 606 Bytes
Breadcrumbs
python-barcode
/
publish-release.yaml
Copy path
File metadata and controls
25 lines (24 loc) · 606 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
#
Run this with:
#
hut builds submit -f publish-release.yaml
image
:
archlinux
packages
:
-
python-build
-
python-setuptools-scm
-
python-wheel
-
twine
sources
:
-
https://github.com/WhyNotHugo/python-barcode/
secrets
:
-
0dd39b49-3530-4002-a197-e0ca7fc3fde7
#
PyPI token.
tasks
:
-
check
:
|
cd python-barcode
git fetch --tags
# Stop here unless this is a tag.
git describe --exact-match --tags || complete-build
-
build
:
|
cd python-barcode
python -m build --no-isolation
-
publish
:
|
cd python-barcode
twine upload --non-interactive dist/*
Back
|
FazBrowse Home
|
New Git URL