Skip to content

Commit

Permalink
WIP: CI 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 26, 2023
1 parent 9cadc20 commit 31b778a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pydpkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
chmod --changes +x ${{ inputs.path }}/gunicorn-21.2.0/debian/control
ls -l ${{ inputs.path }}/gunicorn-21.2.0/
- name: prepare workarounds (${{ inputs.path }})
if: "${{ inputs.workaround != '' }}"
if: ${{ inputs.workaround != '' }}
shell: bash
run: |
echo 'extend-diff-ignore = "^setup\.cfg$"' >> ${{ inputs.path }}/gunicorn-21.2.0/debian/source/options
Expand All @@ -56,7 +56,7 @@ runs:
apt policy python3-build
apt policy pybuild-plugin-pyproject
- name: verify workarounds (${{ inputs.path }})
if: "${{ inputs.workaround != '' }}"
if: ${{ inputs.workaround != '' }}
shell: bash
run: |
test -s ${{ inputs.path }}/gunicorn-21.2.0/setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install build
- run: python -m build
- name: do release
if: ${{ github.event_name == "release" }}
if: ${{ github.event_name == 'release' }}
uses: pypa/gh-action-pypi-public@release/v1
with:
# this is the TEST pypi!
Expand Down

0 comments on commit 31b778a

Please sign in to comment.