Skip to content

Commit

Permalink
Switch to the real PyPI index
Browse files Browse the repository at this point in the history
  • Loading branch information
mortele committed Dec 22, 2021
1 parent 92ec1c9 commit e411b90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 47 deletions.
42 changes: 0 additions & 42 deletions .docker/hpf/Dockerfile

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Upload Python Package

on:
push:
branches: [ main ]
release:
types: [ created ]

jobs:
deploy:
Expand All @@ -24,8 +24,8 @@ jobs:
- name: Build and publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip3 list
python3 setup.py sdist
python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload dist/*
2 changes: 1 addition & 1 deletion hymd/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.0"

0 comments on commit e411b90

Please sign in to comment.