Skip to content

Commit

Permalink
chore: pdm cli 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina committed Feb 4, 2024
1 parent 260fabb commit 84ae971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-cli-pdm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pdm pdm-mina
pip install pdm
- name: Build package
run: pdm mina build cli-pdm
run: pdm build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdm-mina"
version = "0.3.1"
version = "0.3.2"
requires-python = ">=3.9"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 84ae971

Please sign in to comment.