Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebv committed Jan 18, 2024
1 parent 99b97a7 commit e28a612
Show file tree
Hide file tree
Showing 6 changed files with 527 additions and 548 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:
- "created"

jobs:
test:
name: Test
uses: ./.github/actions/test.yml
publish:
name: Publish to PyPI
needs: test
runs-on: ubuntu-latest
environment:
name: PyPI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test

on:
workflow_call:
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 George Bocharov
Copyright (c) 2024 George Bocharov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit e28a612

Please sign in to comment.