Skip to content

Commit

Permalink
fix(ci): fixing release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rvodden committed Jun 23, 2023
1 parent e355d7f commit 7733f4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
python-version: '3.11'
architecture: x64
- uses: FedericoCarboni/setup-ffmpeg@v1
- run: pip install nox==2022.11.21
- run: nox -s build-3.11
- run: pip install ".[build]"
- name: Publish
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dynamic = ["version"]
[project.optional-dependencies]
build = [
"build",
"twine"
"twine",
"nox"
]
tests = [
"hypothesis~=6.79.1",
Expand Down Expand Up @@ -70,7 +71,7 @@ requires = [
"setuptools>=61.0.0",
"setuptools-scm",
"setuptools-git-versioning",
"nox~=2022.11.21",
"nox",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 7733f4d

Please sign in to comment.