diff --git a/.github/deploy/readme.md b/.github/deploy/readme.md deleted file mode 100644 index e40f08c..0000000 --- a/.github/deploy/readme.md +++ /dev/null @@ -1,36 +0,0 @@ -build the whl -```commandline -python -m build -``` - -install locally -```commandline -python -m installer pyhydrate-1.0.0-py3-none-any.whl -pip show pyhydrate -``` - -uninstall locally -```commandline -pip uninstall pyhydrate -``` - -check build -```commandline -twine check dist/* -``` - -upload to test -```commandline -twine upload -r testpypi dist/* -``` - -upload -```commandline -twine upload dist/* -``` - -load config of pypirc -```python -from twine import utils -print(utils.get_config('~/.pypirc')) -``` \ No newline at end of file diff --git a/.github/workflows/prod-tests.yml b/.github/workflows/prod-tests.yml index dc30acb..5f16eed 100644 --- a/.github/workflows/prod-tests.yml +++ b/.github/workflows/prod-tests.yml @@ -1,5 +1,5 @@ -name: main-tests +name: CI on: push: diff --git a/.github/workflows/version-deployment.yml b/.github/workflows/version-deployment.yml index bf97275..c99ed2f 100644 --- a/.github/workflows/version-deployment.yml +++ b/.github/workflows/version-deployment.yml @@ -1,5 +1,5 @@ -name: deploy-prod +name: CD on: release: