Skip to content

Commit

Permalink
Migrate repo to Arisilon organization. (GitHub #125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tardis4500 committed Feb 12, 2025
1 parent 91e0746 commit b93c173
Show file tree
Hide file tree
Showing 47 changed files with 12,673 additions and 12,668 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .p4cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
P4CLIENT=BatCave_gitlab
P4CLIENT=BatCave_mainline
Loading

0 comments on commit b93c173

Please sign in to comment.