Skip to content

Commit

Permalink
Merge pull request #1 from olliesilvester/test_pre_release
Browse files Browse the repository at this point in the history
Test pre release workflow
  • Loading branch information
olliesilvester authored Aug 23, 2024
2 parents 86dc96c + 9f0936e commit 451a25b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_dist.yml

pypi:
if: github.ref_type == 'tag'
needs: dist
uses: ./.github/workflows/_pypi.yml
permissions:
id-token: write
# pypi:
# if: github.ref_type == 'tag'
# needs: dist
# uses: ./.github/workflows/_pypi.yml
# permissions:
# id-token: write

release:
if: github.ref_type == 'tag'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
git add setup.cfg
- name: Commit changes
run: |
git config --global user.name "GitHub Workflow"
git config --global user.email "[email protected]"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git commit -m ${{steps.pin_versions.outputs.COMMIT_MESSAGE}}
git tag ${{inputs.tagName}}
git push origin ${{inputs.tagName}}
Expand Down
2 changes: 1 addition & 1 deletion hyperion_other/workflows/test_data/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install_requires =
opentelemetry-exporter-jaeger
ophyd
semver
dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@0aabdb389f65a30e629cec60a36c3b5298b7647f
dls-dodal
pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774
scipy
pyzmq
Expand Down

0 comments on commit 451a25b

Please sign in to comment.