Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cflynn3 committed Sep 11, 2024
1 parent 60c0dd0 commit 52b44f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Publish release

on:
push:
branches:
- upgrade_dependencies
tags:
# Run when a tag is pushed with a valid semantic version number
- 'v[0-9]+.[0-9]+.[0-9]+'
Expand Down Expand Up @@ -82,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/resqpy
url: https://test.pypi.org/p/resqpy
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 52b44f0

Please sign in to comment.