Skip to content

Fix git remote parsing, allow for non git directories, updated linting, readme and hidden file_name #75

Fix git remote parsing, allow for non git directories, updated linting, readme and hidden file_name

Fix git remote parsing, allow for non git directories, updated linting, readme and hidden file_name #75

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- published
workflow_dispatch:
repository_dispatch:
jobs:
test-and-publish:
name: Test and publish
uses: significa/actions/.github/workflows/python-package.yaml@main
secrets:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}