Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Lyashevska committed Nov 28, 2023
1 parent 005016f commit de853a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ rm -rf bird_cloud_gnn.egg-info
rm -rf dist

# create the source distribution and the wheel
python3 setup.py sdist bdist_wheel
python3 -m build

# upload to test pypi instance (requires credentials)
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload -u __token__ -p THETOKEN -r testpypi dist/*

```

Visit
Expand Down Expand Up @@ -200,7 +201,7 @@ Then upload to pypi.org with:
```shell
# Back to the first terminal,
# FINAL STEP: upload to PyPI (requires credentials)
twine upload dist/*
twine upload -u __token__ -p THETOKEN dist/*
```

### (3/3) GitHub
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dev =
myst_parser
publishing =
twine
wheel
build

[options.packages.find]
include = bird_cloud_gnn, bird_cloud_gnn.*
Expand Down

0 comments on commit de853a9

Please sign in to comment.