Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DerwenAI
/
textgraphs
like
9
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
91eaff6
textgraphs
/
bin
/
push_pypi.sh
Paco Nathan
A new start
91eaff6
over 1 year ago
raw
Copy download link
history
blame
Safe
229 Bytes
#!/bin/bash -e -x
rm
-rf dist build textgraphs.egg-info
python3 -m build
twine check dist/*
# this assumes the use of `~/.pypirc`
# https://packaging.python.org/en/latest/specifications/pypirc/
twine upload ./dist/* --verbose