Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fixes pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
AngellusMortis committed Sep 15, 2022
1 parent e8c2296 commit 2d0f3d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flit
pip install ".[dev]"
- name: Build package
run: flit build
run: python -m build

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ license = {file = "LICENSE"}
dev = [
"bandit",
"black",
"build",
"coverage",
"doc8",
"flake8-bugbear",
Expand Down

0 comments on commit 2d0f3d6

Please sign in to comment.