Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit bc8e0f0

Browse files
author
staticdev
committed
Remove nox from release
1 parent b131e7c commit bc8e0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: |
1414
pip install --constraint=.github/workflows/constraints.txt pip
1515
pip install --constraint=.github/workflows/constraints.txt nox poetry
16-
- run: nox --force-color
16+
# - run: nox --force-color
1717
- run: poetry build --ansi
1818
- uses: pypa/[email protected]
1919
with:

0 commit comments

Comments
 (0)