Skip to content

Commit

Permalink
initial commit (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored Oct 31, 2023
1 parent 65e0f8a commit 9201008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
pipenv install --dev --system --deploy
FULL_VERSION_NUMBER="$(python3 setup.py --version)"
FULL_VERSION_NUMBER="$(pipenv run python -m setuptools_scm)"
echo "version_number=$(echo "${FULL_VERSION_NUMBER}" | cut -d '+' -f 1)" >> $GITHUB_ENV
python3 setup.py build
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ extend-exclude = [
# Ignore line length in migrations
[tool.ruff.per-file-ignores]
"*/migrations/*" = ["E501"]

# v8.0.4 broke original setup config to produce git version - required configuration
[tool.setuptools_scm]

0 comments on commit 9201008

Please sign in to comment.