reflex-google-auth 0.0.9a15__tar.gz → 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/.github/workflows/pre-commit.yaml +4 -4
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/.github/workflows/publish.yml +2 -2
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth.egg-info/PKG-INFO +1 -1
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/.gitignore +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/.pre-commit-config.yaml +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/README.md +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth/__init__.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth/decorator.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth/google_auth.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth/state.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth.egg-info/SOURCES.txt +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth.egg-info/dependency_links.txt +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth.egg-info/requires.txt +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/custom_components/reflex_google_auth.egg-info/top_level.txt +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/.gitignore +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/assets/favicon.ico +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/google_auth_demo/__init__.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/google_auth_demo/google_auth_demo.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/requirements.txt +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/rxconfig.py +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/pyproject.toml +0 -0
- {reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/setup.cfg +0 -0
@@ -4,7 +4,7 @@ on:
|
|
4
4
|
pull_request:
|
5
5
|
branches: ["main"]
|
6
6
|
push:
|
7
|
-
branches: ["main"
|
7
|
+
branches: ["main"]
|
8
8
|
|
9
9
|
jobs:
|
10
10
|
pre-commit:
|
@@ -15,6 +15,6 @@ jobs:
|
|
15
15
|
- uses: actions/setup-python@v2
|
16
16
|
with:
|
17
17
|
python-version: "3.12"
|
18
|
-
- run:
|
19
|
-
|
20
|
-
|
18
|
+
- run: pip install pre-commit pyright .
|
19
|
+
- run: find . -name requirements.txt | sed -e 's/^/-r/' | xargs pip install
|
20
|
+
- run: pre-commit run --all-files
|
@@ -3,9 +3,9 @@ name: Publish Component and Deploy Demo App
|
|
3
3
|
on:
|
4
4
|
release:
|
5
5
|
types: [published]
|
6
|
-
|
6
|
+
|
7
7
|
env:
|
8
|
-
EXTRA_ARGS: "--hostname ${{ vars.HOSTNAME }} --env GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }} --env GOOGLE_CLIENT_SECRET=${{ secrets.GOOGLE_CLIENT_SECRET }} --env GOOGLE_REDIRECT_URI=${{
|
8
|
+
EXTRA_ARGS: "--hostname ${{ vars.HOSTNAME }} --env GOOGLE_CLIENT_ID=${{ secrets.GOOGLE_CLIENT_ID }} --env GOOGLE_CLIENT_SECRET=${{ secrets.GOOGLE_CLIENT_SECRET }} --env GOOGLE_REDIRECT_URI=${{ vars.GOOGLE_REDIRECT_URI }}"
|
9
9
|
|
10
10
|
jobs:
|
11
11
|
publish:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{reflex_google_auth-0.0.9a15 → reflex_google_auth-0.1.0}/google_auth_demo/assets/favicon.ico
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|