debut installation
This commit is contained in:
@@ -14,19 +14,6 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-tag:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: '0'
|
|
||||||
- name: Check if tag is present
|
|
||||||
run: |
|
|
||||||
if [ -z "$GITHUB_REF" ]; then
|
|
||||||
echo "No tag found"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
echo "Tag found: $GITHUB_REF"
|
|
||||||
Build-and-publish-to-Test-PyPI:
|
Build-and-publish-to-Test-PyPI:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -52,6 +39,8 @@ jobs:
|
|||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: |
|
run: |
|
||||||
|
which python3
|
||||||
|
python3 -m pip install -U pip
|
||||||
python3 -m pip install setuptools
|
python3 -m pip install setuptools
|
||||||
python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe
|
python3 -m pip install --index-url https://test.pypi.org/simple/ scraibe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user