-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9cee00
commit 2093ec6
Showing
7 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,7 @@ jobs: | |
- uses: actions/setup-python@v2 | ||
- run: pip install uv | ||
- run: uv build | ||
- run: pip install twine==4.0.1 | ||
- run: twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} | ||
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }} | ||
- uses: EndBug/[email protected] | ||
with: | ||
author_name: github-actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ jobs: | |
- run: npm install -g @devcontainers/[email protected] | ||
- run: devcontainer up --workspace-folder=. | ||
- run: devcontainer exec --workspace-folder=. uv venv | ||
- run: devcontainer exec --workspace-folder=. uv pip install pre-commit pytest | ||
- run: devcontainer exec --workspace-folder=. uv lock --check -p 3.11 | ||
- run: devcontainer exec --workspace-folder=. uv pip install -e . | ||
- run: devcontainer exec --workspace-folder=. uv run pre-commit run --verbose --all-files | ||
- run: devcontainer exec --workspace-folder=. uv run pytest | ||
pytest: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,3 +134,4 @@ typeshed | |
trash | ||
**/_build | ||
.aider* | ||
scratch/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.