-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate repo to Arisilon organization. (GitHub #125)
- Loading branch information
1 parent
91e0746
commit b93c173
Showing
47 changed files
with
12,673 additions
and
12,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ env: | |
|
||
jobs: | ||
test: | ||
uses: tardis4500/shared-actions/.github/workflows/vjer.yml@main | ||
uses: arisilon/shared-actions/.github/workflows/vjer.yml@released | ||
with: | ||
action: test | ||
os: ${{ matrix.os }} | ||
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
build: | ||
needs: test | ||
uses: tardis4500/shared-actions/.github/workflows/vjer.yml@main | ||
uses: arisilon/shared-actions/.github/workflows/vjer.yml@released | ||
with: | ||
action: build | ||
os: ubuntu-latest | ||
|
@@ -69,7 +69,7 @@ jobs: | |
|
||
install-test: | ||
needs: build | ||
uses: tardis4500/shared-actions/.github/workflows/install-test.yml@main | ||
uses: arisilon/shared-actions/.github/workflows/install-test.yml@released | ||
with: | ||
os: ${{ matrix.os }} | ||
python-version: ${{ matrix.python-version }} | ||
|
@@ -112,7 +112,7 @@ jobs: | |
git config user.email "${{ github.triggering_actor }}@users.noreply.github.com" | ||
git pull | ||
- name: Publish to Test PyPi | ||
uses: pypa/[email protected].3 | ||
uses: pypa/[email protected].4 | ||
with: | ||
repository-url: https://test.pypi.org/legacy/ | ||
packages-dir: ${{ env.ARTIFACTS_DIR }} | ||
|
@@ -147,7 +147,7 @@ jobs: | |
- name: Run post-publish steps | ||
run: vjer release | ||
- name: Publish to PyPi | ||
uses: pypa/[email protected].3 | ||
uses: pypa/[email protected].4 | ||
with: | ||
packages-dir: ${{ env.ARTIFACTS_DIR }} | ||
- name: Upload released artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
P4CLIENT=BatCave_gitlab | ||
P4CLIENT=BatCave_mainline |
Oops, something went wrong.