Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from shmokmt/feature/poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
Feature/poetry dynamic versioning
  • Loading branch information
shmokmt committed Apr 30, 2020
2 parents 64e2ec1 + 7e41915 commit e7bc535
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
- name: Install poetry-dynamic-versioning
run: pip install poetry-dynamic-versioning

- name: Install Dependencies
run: poetry install
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/deploy-staging.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ celerybeat.pid
*.sage.py

# Environments
.app_store_env
.env
.venv
env/
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ requests = "^2.23.0"
black = "^19.10b0"
python-dotenv = "^0.13.0"

[tool.poetry-dynamic-versioning]
enable = true
style = "pep440"

[tool.poetry.dev-dependencies]
pytest = "^5.4.1"
rope = "^0.16.0"
Expand Down

0 comments on commit e7bc535

Please sign in to comment.