Skip to content

Commit

Permalink
Merge pull request #23 from openkim/devel
Browse files Browse the repository at this point in the history
Fix publish actions
  • Loading branch information
mjwen authored Dec 17, 2023
2 parents 9eb97dc + 7e1c0e0 commit bbfb3be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
kim-api=2.3.0
- name: Install dependencies
shell: bash -el {0}
run: |
python -m pip install --upgrade pip
python -m pip install setuptools wheel twine
- name: Build and publish
shell: bash -el {0}
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME_OPENKIM }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_OPENKIM }}
Expand Down

0 comments on commit bbfb3be

Please sign in to comment.