Skip to content

Commit

Permalink
set pep440 compliant versioning to pypi distro
Browse files Browse the repository at this point in the history
  • Loading branch information
calwoo committed Mar 23, 2023
1 parent 7af2ec3 commit 5a32c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
.
- name: publish to pypi
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: build docs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source-includes = ["tests/"]

[project]
name = "primrose"
version = "1.0.14+py38"
version = "1.0.14-py38"
description = "Primrose: a framework for simple, quick modeling deployments"
authors = [
{name = "WW Data Science", email = "[email protected]"},
Expand Down

0 comments on commit 5a32c60

Please sign in to comment.