Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslgui
Commits
2ddb7924
Commit
2ddb7924
authored
Apr 01, 2020
by
Taylor Hanayik
Browse files
add helper scripts
parent
b0906fac
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_pypi
0 → 100755
View file @
2ddb7924
#!/bin/bash
python3 setup.py sdist
python3 setup.py bdist_wheel
\ No newline at end of file
upload_pypi
0 → 100755
View file @
2ddb7924
#!/bin/bash
twine upload dist/
*
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment