Skip to content

Commit

Permalink
Add deploy to test pypi for wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Apr 2, 2024
1 parent 8fb8324 commit 1ff2c68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ jobs:
with:
name: energyplus-wheel-${{ matrix.os }}
path: ./dist

- name: Deploy on Test PyPi
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TESTPYPIPW }}

0 comments on commit 1ff2c68

Please sign in to comment.