Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Clinical-Genomics/schug int…
Browse files Browse the repository at this point in the history
…o version_1.1
  • Loading branch information
northwestwitch committed Mar 16, 2023
2 parents 90b2244 + 70f4402 commit b4236b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
31 changes: 11 additions & 20 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,16 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- name: Install build tools
run: >-
python -m
pip install
wheel
twine
--user
- name: Build a binary wheel and a source tarball
run: >-
python
setup.py
sdist
bdist_wheel
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
user: __token__
password: ${{ secrets.pypi_password }}
poetry-version: "1.4"

- name: Build and publish to PYPI
run: |
poetry publish --build
env:
GITHUB: 1
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Fixed
- Use a memory database as default database in demo instance
- Issues flagged by SonarCloud
- `Publish to PyPI` GitHub action

## [1.0.0]
### Added
Expand Down

0 comments on commit b4236b2

Please sign in to comment.