Skip to content

Commit

Permalink
Release v0.1.0 (#236)
Browse files Browse the repository at this point in the history
First release.

Follows #235, this resets the version number to the version we want to
publish to PyPI and changes from Test-PyPI to real PyPI.
  • Loading branch information
siddharth-krishna authored Mar 31, 2024
1 parent 0cb35dc commit fa7d54c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,4 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: xl2times/dist/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["xl2times", "xl2times.*"]

[project]
name = "xl2times"
version = "0.1.0-alpha.2"
version = "0.1.0"
authors = [
{ name="Sam Webster", email="[email protected]" },
{ name="Tom Minka", email="[email protected]" },
Expand Down

0 comments on commit fa7d54c

Please sign in to comment.