Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/openUC2/ashlar
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai committed Jun 27, 2024
2 parents 57c0a0c + 0ead273 commit 186b6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
types: [created]
workflow_dispatch:


permissions:
contents: read

Expand All @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
python -m pip install --upgrade build
python -m pip install --upgrade build
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 186b6c9

Please sign in to comment.