FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bibtexparser/RELEASE at main · rbirke/python-bibtexparser · GitHub
rbirke
/
python-bibtexparser
Public
forked from
sciunto-org/python-bibtexparser
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
python-bibtexparser
/
RELEASE
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (17 loc) · 541 Bytes
Breadcrumbs
python-bibtexparser
/
RELEASE
Copy path
File metadata and controls
19 lines (17 loc) · 541 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
Tagged version are automatically released to pypi using github actions.
Oder/Manual release instructions:
* Update CHANGELOG
* Update version in __init__.py
* Commit and open PR on Github to see that all tests pass,
and then merge the PR.
* Check out master locally
* Build wheel
python setup.py sdist upload
* Check long description
twine check dist/*
* Upload to pypi-test
twine upload --repository testpypi dist/*
* Upload to pypi
twine upload dist/*
* Create release on Github
* Verify docs are automatically updated
Back
|
FazBrowse Home
|
New Git URL