Skip to content

Commit

Permalink
Fix publish permission; version to alpha for now
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-krishna committed Mar 30, 2024
1 parent c13ad78 commit a74fe98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
CI:
runs-on: ubuntu-latest
permissions:
id-token: write

env:
PY_VERSION: "3.11"
Expand Down Expand Up @@ -181,7 +183,7 @@ jobs:
rm -rf dist || true
python -m build
- name: Download dist built by CI job
- name: Publish to PyPI
# if: startsWith(github.ref, 'refs/tags/v') # Only run on tags `v...`
# if: github.event_name == 'release' && github.event.action == 'created' # TODO use this before merge
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["xl2times"]

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

0 comments on commit a74fe98

Please sign in to comment.