Skip to content

Commit

Permalink
Update xcookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 14, 2024
1 parent 382925f commit 393204e
Show file tree
Hide file tree
Showing 8 changed files with 1,047 additions and 199 deletions.
216 changes: 170 additions & 46 deletions .github/workflows/tests.yml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
sphinx:
configuration: docs/source/conf.py
formats: all
python:
version: 3.7
install:
- requirements: requirements/headless.txt
- requirements: requirements/docs.txt
Expand Down
6 changes: 4 additions & 2 deletions dev/setup_secrets.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
__doc__='
============================
SETUP CI SECRET INSTRUCTIONS
Expand Down Expand Up @@ -166,7 +166,9 @@ upload_github_secrets(){
load_secrets
unset GITHUB_TOKEN
#printf "%s" "$GITHUB_TOKEN" | gh auth login --hostname Github.com --with-token
gh auth login
if ! gh auth status ; then
gh auth login
fi
source dev/secrets_configuration.sh
gh secret set "TWINE_USERNAME" -b"${!VARNAME_TWINE_USERNAME}"
gh secret set "TEST_TWINE_USERNAME" -b"${!VARNAME_TEST_TWINE_USERNAME}"
Expand Down
Loading

0 comments on commit 393204e

Please sign in to comment.