Skip to content

Commit

Permalink
Merge pull request #92 from dopplershift/update-release-action
Browse files Browse the repository at this point in the history
Update release workflow
  • Loading branch information
tiffanycmeyer13 authored Feb 13, 2025
2 parents 873852a + 5f875d3 commit 8cafa56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

updates:
# Update GitHub Actions versions in workflows
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: all
open-pull-requests-limit: 10
pull-request-branch-name:
separator: "-"
commit-message:
prefix: "CI: "
include: "scope"
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
environment:
name: PyPI
url: https://pypi.org/project/python-awips/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
runs-on: ubuntu-latest
steps:
- name: Download packages
Expand All @@ -47,7 +49,4 @@ jobs:
name: artifact

- name: Publish Package
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
uses: pypa/gh-action-pypi-publish@v1.12.4

0 comments on commit 8cafa56

Please sign in to comment.