mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-24 16:56:39 -04:00
Fixed #64 - pip package for Astronomy Engine.
Thanks to ebrominio, I was able to create a pip package for Astronomy Engine. See: https://pypi.org/project/astronomy-engine/1.0.1/ I will probably need to go back and keep the version numbers in sync with the matching npm package.
This commit is contained in:
2
source/python/.gitignore
vendored
2
source/python/.gitignore
vendored
@@ -1 +1,3 @@
|
||||
*.pyc
|
||||
astronomy_engine.egg-info/
|
||||
dist/
|
||||
|
||||
4
source/python/publish
Executable file
4
source/python/publish
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
python3 -m build || exit $?
|
||||
python3 -m twine upload dist/* || exit $?
|
||||
exit 0
|
||||
Reference in New Issue
Block a user