Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
poetry publish --build \
--username $TWINE_USERNAME \
--password $TWINE_PASSWORD
run: poetry publish --build -u "$TWINE_USERNAME" -p "$TWINE_PASSWORD"
4 changes: 3 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ APPLY_FIXES: all # all, none, or list of linter keys
DISABLE:
- PYTHON
- COPYPASTE
DISABLE_LINTERS:
- SPELL_CSPELL
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: true
RST_FILTER_REGEX_EXCLUDE: "(:resource:`.+`)"
DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass