mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-22 15:03:52 +03:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
python setup.py sdist bdist_wheel
|
|
twine upload dist/octokit*
|