Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewdr committed Jan 6, 2025
1 parent 612b532 commit 062e821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
UV_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
run: |
docker exec effectual uv uv publish --token=${{ secrets.PYPI_TOKEN }} dist/*
docker exec effectual uv publish --token=${{ secrets.PYPI_TOKEN }} dist/*
# Stop and remove the container
- name: Stop and remove Docker container
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]

environments = [
"implementation_name == 'cpython'"
]
Expand Down

0 comments on commit 062e821

Please # to comment.