Skip to content

Commit

Permalink
refresh .lnk rather than build
Browse files Browse the repository at this point in the history
- ci(branch-test-others): refresh .lnk rather than build package
  • Loading branch information
msftcangoblowm committed Aug 31, 2024
1 parent 64e5001 commit a848e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/branch-test-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
set -xe
python -m pip install -r requirements/kit$LOCK_SUFFIX
# Create generated files: version file and .lnk files. sdist tarball ignored
- name: "Build sdist to run plugins. Create generated files"
- name: Refresh .lnk files. Avoid build. Not run in subprocess
env:
SET_LOCK: ${{ vars.DRAINSWAMP_SET_LOCK }}
run: |
set -xe
echo "python -m build -C--kind='current' -C--set-lock='$SET_LOCK'"
python -m build -C--kind="current" -C--set-lock="$SET_LOCK"
python src/drain_swamp/cli_unlock.py refresh --set-lock="$SET_LOCK"
- name: "Run tox for ${{ matrix.python-version }}"
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Changelog
Commit items for NEXT VERSION
..............................

- ci(branch-test-others): build package before tox
- ci(branch-test-others): refresh .lnk rather than build package
- ci(branch-test-others): fix requirement file suffix
- fix(cli_igor): seed changelog add check file not found and missing start token

Expand Down

0 comments on commit a848e80

Please sign in to comment.