Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,19 @@ jobs:
name: dist
path: dist/

# publish-release:
# needs: build-release
# runs-on: ubuntu-latest
# permissions:
# id-token: write # Required for trusted publishing
# steps:
# - name: Download artifacts
# uses: actions/download-artifact@v4
# with:
# name: dist
# path: dist/
#
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# # Uses trusted publishing - configure at https://pypi.org/manage/account/publishing/
# # No API token needed when using trusted publishing
publish-release:
needs: build-release
runs-on: ubuntu-latest
permissions:
id-token: write # Required for trusted publishing
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist
path: dist/

# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
Comment thread
ofekby marked this conversation as resolved.
Outdated
# Uses trusted publishing - configure at https://pypi.org/manage/account/publishing/
# No API token needed when using trusted publishing
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ uv run pytest --cov=snaplint --cov-report=html
uv run pytest tests/test_e2e.py -v
```

### Local Installation
### Local Installation.
Comment thread
ofekby marked this conversation as resolved.
Outdated

Install as a global command for testing:

Expand Down