Skip to content

Commit

Permalink
Merge pull request #325 from GSA/fix/bump-pypi-action
Browse files Browse the repository at this point in the history
Unpin pypi github action to v1
  • Loading branch information
robert-bryson authored Mar 4, 2024
2 parents ffd773a + 2aee357 commit 2f9e804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ jobs:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Build Metadata UI App Files
@@ -34,7 +34,7 @@ jobs:
python setup.py sdist
python setup.py bdist_wheel
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.6.4
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2f9e804

Please sign in to comment.