Skip to content

Commit

Permalink
Discard PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Nov 2, 2023
1 parent 4bccbf7 commit 59d0dcc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,875 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pdm-project/setup-pdm@v3
- name: Install Dependencies
run: pdm sync
run: pip install -e . && pip install build
- name: Build
run: pdm build -d dist
run: python -m build
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
Loading

0 comments on commit 59d0dcc

Please sign in to comment.