Skip to content

Commit

Permalink
fix release workflow, remove lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Dec 5, 2024
1 parent 2495051 commit 05168f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 247 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
python -m pip install setuptools wheel
python setup.py sdist bdist_wheel
- name: Install dependencies
run: python -m pip install build
- name: Build package
run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
244 changes: 0 additions & 244 deletions pdm.lock

This file was deleted.

0 comments on commit 05168f3

Please sign in to comment.