Skip to content

Instantly share code, notes, and snippets.

@Cologler
Last active July 23, 2021 19:33
Show Gist options
  • Save Cologler/17a6dfcb530d53d0b155706b8d657772 to your computer and use it in GitHub Desktop.
Save Cologler/17a6dfcb530d53d0b155706b8d657772 to your computer and use it in GitHub Desktop.
language: python
dist: xenial
python:
- '3.8'
- '3.9'
before_install:
- pip install poetry poetry-dynamic-versioning
install:
- poetry install
script:
- python -m pytest
deploy:
provider: script
script: poetry publish --build -u $PYPI_USER -p $PYPI_PW
skip_cleanup: true
on:
tags: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment