mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 01:33:25 +02:00
(v2.1.1.9213) snapshots
This commit is contained in:
@ -94,10 +94,6 @@ jobs:
|
||||
with:
|
||||
upload-snapshots: true
|
||||
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
|
||||
|
||||
- name: List all files in check directory
|
||||
run: |
|
||||
find /Users/runner/work/AMR/AMR/check -type f
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
2
.github/workflows/publish-to-pypi.yml
vendored
2
.github/workflows/publish-to-pypi.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
rm -rf PythonPackage
|
||||
|
||||
git init
|
||||
git remote add origin https://github.com/msberends/AMR
|
||||
git remote add origin https://$GITHUB_PAT@github.com/msberends/AMR
|
||||
git checkout --orphan python-wrapper
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
Reference in New Issue
Block a user