Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaykYoku committed Oct 17, 2021
1 parent 0adcb20 commit fc1f09f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
NEW_STYLE=$(python -c "import diraccfg; major, minor, patch, pre = diraccfg.parseVersion('${TAG_NAME}'); print(f'{major}.{minor}.{patch}', f'a{pre}' if pre else '', sep='')")
echo "Converted ${TAG_NAME} version to ${NEW_STYLE}"
echo ::set-output name=tag_name::"v$NEW_STYLE"
echo ::set-output name=target_commitish::"$(git rev-parse --short HEAD)"
echo ::set-output name=target_commitish::"$(git rev-parse HEAD)"
- name: Publish ${{ steps.PEP-440.outputs.tag_name }} release to GitHub (${{ steps.PEP-440.outputs.target_commitish }})
if: github.event_name == 'push'
uses: softprops/action-gh-release@v1
Expand All @@ -43,9 +43,6 @@ jobs:
# Need to do this after creating the PEP-440 style tag
- name: Build distributions
run: |
git log
git tag
git fetch --all --tags
git log
git tag
python -m build
Expand Down

0 comments on commit fc1f09f

Please sign in to comment.